hip.console.log

Undocumented in source.

Members

Functions

hiplog
void hiplog(Args a, string file, string func, ulong line)

hiplog is a special function and should be used only within the engine for documentation. It generates less data by not taking the function name and simplifying the read load. Think of that as a verbose of what the engine is currently doing.

logln
void logln(Args a, string file, string func, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnError
void loglnError(Args a, string file, string func, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnErrorImpl
void loglnErrorImpl(string s, string f, string fn, ulong l)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnImpl
void loglnImpl(string s, string f, string fn, ulong l)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnInfo
void loglnInfo(Args a, string file, string func, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnInfoImpl
void loglnInfoImpl(string s, string f, string fn, ulong l)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnWarn
void loglnWarn(Args a, string file, string func, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
loglnWarnImpl
void loglnWarnImpl(string s, string f, string fn, ulong l)
Undocumented in source. Be warned that the author may not have intended to support it.
rawerror
void rawerror(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
rawerrorImpl
void rawerrorImpl(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
rawfatal
void rawfatal(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
rawfatalImpl
void rawfatalImpl(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
rawinfo
void rawinfo(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
rawinfoImpl
void rawinfoImpl(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
rawlog
void rawlog(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
rawlogImpl
void rawlogImpl(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
rawwarn
void rawwarn(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
rawwarnImpl
void rawwarnImpl(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

loglnVars
mixintemplate loglnVars(Args...)
Undocumented in source.

Structs

Logged
struct Logged(T)

Creates a variable which is always logged whenever modified.

Meta